home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> <!--*- mode: xml -*--> <glade-interface> <widget class="GtkWindow" id="ip4_page_widget"> <property name="title" translatable="yes">window3</property> <child> <widget class="GtkVBox" id="IP4Page"> <property name="visible">True</property> <property name="border_width">12</property> <property name="spacing">16</property> <child> <widget class="GtkHBox" id="hbox1"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label38"> <property name="visible">True</property> <property name="label" translatable="yes">Method:</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkComboBox" id="ip4_method"> <property name="visible">True</property> <property name="items" translatable="yes">Automatic Automatic with manual DNS settings Manual Link-Local Shared to other computers</property> </widget> <packing> <property name="pack_type">GTK_PACK_END</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> </packing> </child> <child> <widget class="GtkVBox" id="ip4_addresses_box"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkLabel" id="ip4_addr_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes"><b>Addresses</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkAlignment" id="alignment2"> <property name="visible">True</property> <property name="left_padding">12</property> <child> <widget class="GtkHBox" id="hbox2"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="shadow_type">GTK_SHADOW_IN</property> <child> <widget class="GtkTreeView" id="ip4_addresses"> <property name="height_request">100</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip_text">IP addresses identify your computer on the network. Click the "Add" button to add an IP address.</property> <property name="rules_hint">True</property> </widget> </child> </widget> </child> <child> <widget class="GtkVButtonBox" id="vbuttonbox1"> <property name="visible">True</property> <property name="spacing">6</property> <property name="layout_style">GTK_BUTTONBOX_START</property> <child> <widget class="GtkButton" id="ip4_addr_add_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="label">gtk-add</property> <property name="use_stock">True</property> <property name="response_id">0</property> </widget> </child> <child> <widget class="GtkButton" id="ip4_addr_delete_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="label">gtk-delete</property> <property name="use_stock">True</property> <property name="response_id">0</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <widget class="GtkTable" id="table8"> <property name="visible">True</property> <property name="border_width">6</property> <property name="n_rows">3</property> <property name="n_columns">2</property> <property name="column_spacing">6</property> <property name="row_spacing">6</property> <child> <widget class="GtkEntry" id="ip4_dhcp_client_id_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> </packing> </child> <child> <widget class="GtkEntry" id="ip4_dns_searches_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip_text">Example: lab.gnome.org, gnome.org</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="ip4_dhcp_client_id_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">DHCP Client ID:</property> </widget> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="ip4_dns_searches_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Search Domains:</property> </widget> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="ip4_dns_servers_label"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">DNS Servers:</property> </widget> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="ip4_dns_servers_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip_text">Example: 10.0.0.1, 10.0.0.2</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options"></property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> <child> <widget class="GtkHBox" id="hbox3"> <property name="visible">True</property> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <placeholder/> </child> <child> <widget class="GtkButton" id="ip4_routes_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="response_id">0</property> <child> <widget class="GtkHBox" id="hbox4"> <property name="visible">True</property> <property name="spacing">3</property> <child> <widget class="GtkImage" id="image1"> <property name="visible">True</property> <property name="stock">gtk-preferences</property> </widget> <packing> <property name="expand">False</property> </packing> </child> <child> <widget class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="label" translatable="yes">Routes...</property> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> <packing> <property name="expand">False</property> <property name="padding">6</property> <property name="pack_type">GTK_PACK_END</property> <property name="position">3</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> <property name="position">3</property> </packing> </child> </widget> </child> </widget> <widget class="GtkDialog" id="ip4_routes_dialog"> <property name="width_request">450</property> <property name="height_request">250</property> <property name="border_width">5</property> <property name="modal">True</property> <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="icon_name">stock-peferences</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="spacing">15</property> <child> <widget class="GtkHBox" id="hbox5"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkScrolledWindow" id="scrolledwindow2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="shadow_type">GTK_SHADOW_IN</property> <child> <widget class="GtkTreeView" id="ip4_routes"> <property name="height_request">100</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip_text">Routes help determine how traffic leaving your computer flows over the network. Click the "Add" button to add a new route.</property> <property name="rules_hint">True</property> </widget> </child> </widget> </child> <child> <widget class="GtkVButtonBox" id="vbuttonbox2"> <property name="visible">True</property> <property name="spacing">6</property> <property name="layout_style">GTK_BUTTONBOX_START</property> <child> <widget class="GtkButton" id="ip4_route_add_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="label">gtk-add</property> <property name="use_stock">True</property> <property name="response_id">0</property> </widget> </child> <child> <widget class="GtkButton" id="ip4_route_delete_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="label">gtk-delete</property> <property name="use_stock">True</property> <property name="response_id">0</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child> <widget class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkCheckButton" id="ip4_ignore_auto_routes"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">Ignore automatically obtained routes</property> <property name="response_id">0</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="expand">False</property> </packing> </child> <child> <widget class="GtkCheckButton" id="ip4_never_default"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip" translatable="yes">If enabled, this connection will never be used as the default network connection.</property> <property name="label" translatable="yes">Use this connection only for resources on its network</property> <property name="response_id">0</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">2</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="cancel_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <property name="response_id">-6</property> </widget> </child> <child> <widget class="GtkButton" id="ok_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="label">gtk-ok</property> <property name="use_stock">True</property> <property name="response_id">-5</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </widget> </child> </widget> </glade-interface>